ActiveReports 12
Count Property (ObservableCollection<T>)

GrapeCity.ActiveReports.Viewer.Wpf.v12 Assembly > GrapeCity.Viewer.Common Namespace > ObservableCollection<T> Class : Count Property
Gets the number of elements actually contained in the Collection.
Syntax
'Declaration
 
Public ReadOnly Property Count As Integer
public int Count {get;}

Property Value

The number of elements actually contained in the Collection.
See Also

Reference

ObservableCollection<T> Class
ObservableCollection<T> Members